home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TCONFIGFORM / TCONFIGFORM.txt < prev   
Text File  |  2004-10-13  |  61KB  |  2,156 lines

  1. object Configform: TConfigform
  2.   Left = 687
  3.   Top = 311
  4.   BorderStyle = bsDialog
  5.   Caption = 'Configuration'
  6.   ClientHeight = 385
  7.   ClientWidth = 473
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Topbevel: TBevel
  21.     Left = 0
  22.     Top = 65
  23.     Width = 473
  24.     Height = 8
  25.     Align = alTop
  26.     Shape = bsTopLine
  27.   end
  28.   object Toppanel: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 473
  32.     Height = 65
  33.     Align = alTop
  34.     BevelOuter = bvNone
  35.     Color = clWhite
  36.     TabOrder = 0
  37.     object Captionlabel: TLabel
  38.       Left = 8
  39.       Top = 8
  40.       Width = 103
  41.       Height = 13
  42.       Caption = 'Configure TUGZip'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.     end
  50.     object Infolabel: TLabel
  51.       Left = 16
  52.       Top = 24
  53.       Width = 385
  54.       Height = 26
  55.       Caption = 
  56.         'Please take your time to walk through these different pages. Whe' +
  57.         'n you are done, press OK and your settings will be saved.'
  58.       WordWrap = True
  59.     end
  60.     object Image: TImage
  61.       Left = 417
  62.       Top = 8
  63.       Width = 48
  64.       Height = 48
  65.       AutoSize = True
  66.       Picture.Data = {<image000.bmp>}
  67.       Transparent = True
  68.     end
  69.   end
  70.   object Pagecontrol: TPageControl
  71.     Left = 140
  72.     Top = 67
  73.     Width = 333
  74.     Height = 286
  75.     ActivePage = Systemtabsheet
  76.     MultiLine = True
  77.     Style = tsFlatButtons
  78.     TabOrder = 1
  79.     object Appearancetabsheet: TTabSheet
  80.       Caption = 'Appearance'
  81.       TabVisible = False
  82.       object Appearancepanel: TPanel
  83.         Left = 0
  84.         Top = 0
  85.         Width = 325
  86.         Height = 19
  87.         Align = alTop
  88.         Alignment = taLeftJustify
  89.         BevelOuter = bvLowered
  90.         Caption = ' General Appearance Settings'
  91.         Color = clBtnShadow
  92.         Font.Charset = DEFAULT_CHARSET
  93.         Font.Color = clWhite
  94.         Font.Height = -15
  95.         Font.Name = 'MS Sans Serif'
  96.         Font.Style = [fsBold]
  97.         ParentFont = False
  98.         TabOrder = 0
  99.       end
  100.       object Columnsgroupbox: TGroupBox
  101.         Left = 0
  102.         Top = 24
  103.         Width = 153
  104.         Height = 239
  105.         Caption = 'Columns'
  106.         TabOrder = 1
  107.         object Colnamecheckbox: TCheckBox
  108.           Left = 8
  109.           Top = 16
  110.           Width = 137
  111.           Height = 17
  112.           Caption = 'Name'
  113.           Checked = True
  114.           Enabled = False
  115.           State = cbChecked
  116.           TabOrder = 0
  117.         end
  118.         object Colmodcheckbox: TCheckBox
  119.           Left = 8
  120.           Top = 36
  121.           Width = 137
  122.           Height = 17
  123.           Caption = 'Modified'
  124.           Checked = True
  125.           State = cbChecked
  126.           TabOrder = 1
  127.         end
  128.         object Colsizecheckbox: TCheckBox
  129.           Left = 8
  130.           Top = 56
  131.           Width = 137
  132.           Height = 17
  133.           Caption = 'Size'
  134.           Checked = True
  135.           State = cbChecked
  136.           TabOrder = 2
  137.         end
  138.         object Colratecheckbox: TCheckBox
  139.           Left = 8
  140.           Top = 76
  141.           Width = 137
  142.           Height = 17
  143.           Caption = 'Ratio'
  144.           Checked = True
  145.           State = cbChecked
  146.           TabOrder = 3
  147.         end
  148.         object Colpackcheckbox: TCheckBox
  149.           Left = 8
  150.           Top = 96
  151.           Width = 137
  152.           Height = 17
  153.           Caption = 'Packed'
  154.           Checked = True
  155.           State = cbChecked
  156.           TabOrder = 4
  157.         end
  158.         object Colcrccheckbox: TCheckBox
  159.           Left = 8
  160.           Top = 116
  161.           Width = 137
  162.           Height = 17
  163.           Caption = 'CRC'
  164.           Checked = True
  165.           State = cbChecked
  166.           TabOrder = 5
  167.         end
  168.         object Colmethodcheckbox: TCheckBox
  169.           Left = 8
  170.           Top = 136
  171.           Width = 137
  172.           Height = 17
  173.           Caption = 'Method'
  174.           TabOrder = 6
  175.         end
  176.         object Colsyscheckbox: TCheckBox
  177.           Left = 8
  178.           Top = 156
  179.           Width = 137
  180.           Height = 17
  181.           Caption = 'System'
  182.           TabOrder = 7
  183.         end
  184.         object Colcommentcheckbox: TCheckBox
  185.           Left = 8
  186.           Top = 176
  187.           Width = 137
  188.           Height = 17
  189.           Caption = 'Comment'
  190.           Checked = True
  191.           State = cbChecked
  192.           TabOrder = 8
  193.         end
  194.         object Colattrcheckbox: TCheckBox
  195.           Left = 8
  196.           Top = 196
  197.           Width = 137
  198.           Height = 17
  199.           Caption = 'Attributes'
  200.           TabOrder = 9
  201.         end
  202.         object Colpathcheckbox: TCheckBox
  203.           Left = 8
  204.           Top = 216
  205.           Width = 137
  206.           Height = 17
  207.           Caption = 'Path'
  208.           Checked = True
  209.           State = cbChecked
  210.           TabOrder = 10
  211.         end
  212.       end
  213.       object Viewstylegroupbox: TGroupBox
  214.         Left = 160
  215.         Top = 24
  216.         Width = 161
  217.         Height = 81
  218.         Caption = 'View Style'
  219.         TabOrder = 2
  220.         object Esradiobutton: TRadioButton
  221.           Left = 8
  222.           Top = 16
  223.           Width = 137
  224.           Height = 17
  225.           Caption = 'Explorer style'
  226.           Checked = True
  227.           TabOrder = 0
  228.           TabStop = True
  229.         end
  230.         object Csradiobutton: TRadioButton
  231.           Left = 8
  232.           Top = 36
  233.           Width = 137
  234.           Height = 17
  235.           Caption = 'Classic style'
  236.           TabOrder = 1
  237.         end
  238.         object Cmbsradiobutton: TRadioButton
  239.           Left = 8
  240.           Top = 56
  241.           Width = 137
  242.           Height = 17
  243.           Caption = 'Combined style'
  244.           TabOrder = 2
  245.         end
  246.       end
  247.     end
  248.     object Exporerviewtabsheet: TTabSheet
  249.       Caption = 'Explorer view'
  250.       ImageIndex = 10
  251.       TabVisible = False
  252.       object Explorerviewstylegroupbox: TGroupBox
  253.         Left = 0
  254.         Top = 90
  255.         Width = 153
  256.         Height = 79
  257.         Caption = 'View Style'
  258.         TabOrder = 0
  259.         object Expdetailsradiobutton: TRadioButton
  260.           Left = 8
  261.           Top = 16
  262.           Width = 137
  263.           Height = 17
  264.           Caption = 'Details'
  265.           Checked = True
  266.           TabOrder = 0
  267.           TabStop = True
  268.         end
  269.         object Expiconsradiobutton: TRadioButton
  270.           Left = 8
  271.           Top = 36
  272.           Width = 137
  273.           Height = 17
  274.           Caption = 'Icons'
  275.           TabOrder = 1
  276.         end
  277.         object Explistradiobutton: TRadioButton
  278.           Left = 8
  279.           Top = 56
  280.           Width = 137
  281.           Height = 17
  282.           Caption = 'List'
  283.           TabOrder = 2
  284.         end
  285.       end
  286.       object Explorerviewpanel: TPanel
  287.         Left = 0
  288.         Top = 0
  289.         Width = 325
  290.         Height = 19
  291.         Align = alTop
  292.         Alignment = taLeftJustify
  293.         BevelOuter = bvLowered
  294.         Caption = ' Explorer View Settings'
  295.         Color = clBtnShadow
  296.         Font.Charset = DEFAULT_CHARSET
  297.         Font.Color = clWhite
  298.         Font.Height = -15
  299.         Font.Name = 'MS Sans Serif'
  300.         Font.Style = [fsBold]
  301.         ParentFont = False
  302.         TabOrder = 1
  303.       end
  304.       object Explorerfiltersettings: TGroupBox
  305.         Left = 0
  306.         Top = 24
  307.         Width = 153
  308.         Height = 59
  309.         Caption = 'Filter Settings'
  310.         TabOrder = 2
  311.         object Evfolderscheckbox: TCheckBox
  312.           Left = 8
  313.           Top = 16
  314.           Width = 137
  315.           Height = 17
  316.           Caption = 'View folders'
  317.           Checked = True
  318.           State = cbChecked
  319.           TabOrder = 0
  320.         end
  321.         object Evhiddencheckbox: TCheckBox
  322.           Left = 8
  323.           Top = 36
  324.           Width = 141
  325.           Height = 17
  326.           Caption = 'View hidden files'
  327.           Checked = True
  328.           State = cbChecked
  329.           TabOrder = 1
  330.         end
  331.       end
  332.       object Evgeneralgroupbox: TGroupBox
  333.         Left = 0
  334.         Top = 176
  335.         Width = 153
  336.         Height = 59
  337.         Caption = 'General Settings'
  338.         TabOrder = 3
  339.         object Evgridlinescheckbox: TCheckBox
  340.           Left = 8
  341.           Top = 16
  342.           Width = 137
  343.           Height = 17
  344.           Caption = 'Show grid lines'
  345.           TabOrder = 0
  346.         end
  347.         object Evfullrowselectcheckbox: TCheckBox
  348.           Left = 8
  349.           Top = 36
  350.           Width = 137
  351.           Height = 17
  352.           Caption = 'Full row select'
  353.           TabOrder = 1
  354.         end
  355.       end
  356.     end
  357.     object Archiveviewtabsheet: TTabSheet
  358.       Caption = 'Archive view'
  359.       ImageIndex = 14
  360.       TabVisible = False
  361.       object Avpanel: TPanel
  362.         Left = 0
  363.         Top = 0
  364.         Width = 325
  365.         Height = 19
  366.         Align = alTop
  367.         Alignment = taLeftJustify
  368.         BevelOuter = bvLowered
  369.         Caption = ' Archive View Settings'
  370.         Color = clBtnShadow
  371.         Font.Charset = DEFAULT_CHARSET
  372.         Font.Color = clWhite
  373.         Font.Height = -15
  374.         Font.Name = 'MS Sans Serif'
  375.         Font.Style = [fsBold]
  376.         ParentFont = False
  377.         TabOrder = 0
  378.       end
  379.       object Avviewstylegroupbox: TGroupBox
  380.         Left = 0
  381.         Top = 24
  382.         Width = 153
  383.         Height = 79
  384.         Caption = 'View Style'
  385.         TabOrder = 1
  386.         object Avdetailsradiobutton: TRadioButton
  387.           Left = 8
  388.           Top = 16
  389.           Width = 137
  390.           Height = 17
  391.           Caption = 'Details'
  392.           Checked = True
  393.           TabOrder = 0
  394.           TabStop = True
  395.         end
  396.         object Aviconsradiobutton: TRadioButton
  397.           Left = 8
  398.           Top = 36
  399.           Width = 137
  400.           Height = 17
  401.           Caption = 'Icons'
  402.           TabOrder = 1
  403.         end
  404.         object Avlistradiobutton: TRadioButton
  405.           Left = 8
  406.           Top = 56
  407.           Width = 137
  408.           Height = 17
  409.           Caption = 'List'
  410.           TabOrder = 2
  411.         end
  412.       end
  413.       object Avgeneralgroupbox: TGroupBox
  414.         Left = 0
  415.         Top = 110
  416.         Width = 153
  417.         Height = 79
  418.         Caption = 'General Settings'
  419.         TabOrder = 2
  420.         object Avgridlinescheckbox: TCheckBox
  421.           Left = 8
  422.           Top = 16
  423.           Width = 137
  424.           Height = 17
  425.           Caption = 'Show grid lines'
  426.           TabOrder = 0
  427.         end
  428.         object Avfullrowselectcheckbox: TCheckBox
  429.           Left = 8
  430.           Top = 36
  431.           Width = 137
  432.           Height = 17
  433.           Caption = 'Full row select'
  434.           TabOrder = 1
  435.         end
  436.         object Avfolderscheckbox: TCheckBox
  437.           Left = 8
  438.           Top = 56
  439.           Width = 137
  440.           Height = 17
  441.           Caption = 'Display folders in archive'
  442.           TabOrder = 2
  443.         end
  444.       end
  445.     end
  446.     object Guitabsheet: TTabSheet
  447.       Caption = 'GUI'
  448.       ImageIndex = 8
  449.       TabVisible = False
  450.       object Guixplabel: TLabel
  451.         Left = 42
  452.         Top = 224
  453.         Width = 3
  454.         Height = 13
  455.         Transparent = True
  456.       end
  457.       object Toolbargeneralgroupbox: TGroupBox
  458.         Left = 0
  459.         Top = 24
  460.         Width = 321
  461.         Height = 87
  462.         Caption = 'General Toolbar Settings'
  463.         TabOrder = 0
  464.         object Guitoolbarstylelabel: TLabel
  465.           Left = 8
  466.           Top = 40
  467.           Width = 113
  468.           Height = 13
  469.           Caption = 'Toolbar and menu style:'
  470.           Transparent = True
  471.         end
  472.         object Smalltoolbariconscheckbox: TCheckBox
  473.           Left = 8
  474.           Top = 16
  475.           Width = 305
  476.           Height = 17
  477.           Caption = 'Use small toolbar icons'
  478.           TabOrder = 0
  479.         end
  480.         object Guitoolbarstylecombobox: TComboBox
  481.           Left = 8
  482.           Top = 56
  483.           Width = 129
  484.           Height = 21
  485.           Style = csDropDownList
  486.           ItemHeight = 13
  487.           ItemIndex = 2
  488.           TabOrder = 1
  489.           Text = 'Office XP style'
  490.           Items.Strings = (
  491.             'Windows default style'
  492.             'Windows XP style'
  493.             'Office XP style')
  494.         end
  495.       end
  496.       object Toolbarsgroupbox: TGroupBox
  497.         Left = 0
  498.         Top = 118
  499.         Width = 321
  500.         Height = 59
  501.         Caption = 'Toolbars'
  502.         TabOrder = 1
  503.         object Folderstoolbarcheckbutton: TCheckBox
  504.           Left = 8
  505.           Top = 16
  506.           Width = 305
  507.           Height = 17
  508.           Caption = 'Enable folders toolbar'
  509.           TabOrder = 0
  510.         end
  511.         object Explorertoolbarcheckbox: TCheckBox
  512.           Left = 8
  513.           Top = 36
  514.           Width = 305
  515.           Height = 17
  516.           Caption = 'Enable explorer toolbar'
  517.           TabOrder = 1
  518.         end
  519.       end
  520.       object Toolbaradvancedgroupbox: TGroupBox
  521.         Left = 0
  522.         Top = 182
  523.         Width = 321
  524.         Height = 67
  525.         Caption = 'Advanced Toolbar Settings'
  526.         TabOrder = 2
  527.         object Guixpcheckbox: TCheckBox
  528.           Left = 8
  529.           Top = 15
  530.           Width = 305
  531.           Height = 45
  532.           Caption = 
  533.             'Use 32-bit alphablended XP-style icons. Disable this if your dis' +
  534.             'play settings are set to 16-bit or lower. (Require Window XP or ' +
  535.             'newer)'
  536.           Checked = True
  537.           State = cbChecked
  538.           TabOrder = 0
  539.         end
  540.       end
  541.       object Guipanel: TPanel
  542.         Left = 0
  543.         Top = 0
  544.         Width = 325
  545.         Height = 19
  546.         Align = alTop
  547.         Alignment = taLeftJustify
  548.         BevelOuter = bvLowered
  549.         Caption = ' Graphic User Interface Settings'
  550.         Color = clBtnShadow
  551.         Font.Charset = DEFAULT_CHARSET
  552.         Font.Color = clWhite
  553.         Font.Height = -15
  554.         Font.Name = 'MS Sans Serif'
  555.         Font.Style = [fsBold]
  556.         ParentFont = False
  557.         TabOrder = 3
  558.       end
  559.     end
  560.     object Misctabsheet: TTabSheet
  561.       Caption = 'Miscellaneous'
  562.       ImageIndex = 3
  563.       TabVisible = False
  564.       object Miscpanel: TPanel
  565.         Left = 0
  566.         Top = 0
  567.         Width = 325
  568.         Height = 19
  569.         Align = alTop
  570.         Alignment = taLeftJustify
  571.         BevelOuter = bvLowered
  572.         Caption = ' Miscellaneous Settings'
  573.         Color = clBtnShadow
  574.         Font.Charset = DEFAULT_CHARSET
  575.         Font.Color = clWhite
  576.         Font.Height = -15
  577.         Font.Name = 'MS Sans Serif'
  578.         Font.Style = [fsBold]
  579.         ParentFont = False
  580.         TabOrder = 0
  581.       end
  582.       object Miscdblclickactiongroupbox: TGroupBox
  583.         Left = 0
  584.         Top = 24
  585.         Width = 185
  586.         Height = 79
  587.         Caption = 'Archive View Double Click Action'
  588.         TabOrder = 1
  589.         object Flopenradiobutton: TRadioButton
  590.           Left = 8
  591.           Top = 16
  592.           Width = 169
  593.           Height = 17
  594.           Caption = 'Open file'
  595.           Checked = True
  596.           TabOrder = 0
  597.           TabStop = True
  598.         end
  599.         object Flviewradiobutton: TRadioButton
  600.           Left = 8
  601.           Top = 36
  602.           Width = 169
  603.           Height = 17
  604.           Caption = 'View file'
  605.           TabOrder = 1
  606.         end
  607.         object Flaskradiobutton: TRadioButton
  608.           Left = 8
  609.           Top = 56
  610.           Width = 169
  611.           Height = 17
  612.           Caption = 'Ask'
  613.           TabOrder = 2
  614.         end
  615.       end
  616.       object Privacygroupbox: TGroupBox
  617.         Left = 0
  618.         Top = 112
  619.         Width = 185
  620.         Height = 97
  621.         Caption = 'Privacy'
  622.         TabOrder = 2
  623.         object Miscmrulabel: TLabel
  624.           Left = 8
  625.           Top = 16
  626.           Width = 164
  627.           Height = 39
  628.           Caption = 
  629.             'Click the button below to clear the recent archive list accessab' +
  630.             'le from the main menu.'
  631.           WordWrap = True
  632.         end
  633.         object Miscmruclearbutton: TButton
  634.           Left = 8
  635.           Top = 64
  636.           Width = 75
  637.           Height = 25
  638.           Caption = 'Clear'
  639.           TabOrder = 0
  640.           OnClick = MiscmruclearbuttonClick
  641.         end
  642.       end
  643.       object Miscgeneralgroupbox: TGroupBox
  644.         Left = 0
  645.         Top = 216
  646.         Width = 321
  647.         Height = 41
  648.         Caption = 'General Settings'
  649.         TabOrder = 3
  650.         object Misccommentcheckbox: TCheckBox
  651.           Left = 8
  652.           Top = 16
  653.           Width = 305
  654.           Height = 17
  655.           Caption = 'Automatically display archive comment after opening archive.'
  656.           TabOrder = 0
  657.         end
  658.       end
  659.     end
  660.     object Mailtabsheet: TTabSheet
  661.       Caption = 'E-Mail'
  662.       ImageIndex = 5
  663.       TabVisible = False
  664.       object Messagelabel: TLabel
  665.         Left = 0
  666.         Top = 96
  667.         Width = 82
  668.         Height = 13
  669.         Caption = 'Default message:'
  670.         Enabled = False
  671.       end
  672.       object Emailpanel: TPanel
  673.         Left = 0
  674.         Top = 0
  675.         Width = 325
  676.         Height = 19
  677.         Align = alTop
  678.         Alignment = taLeftJustify
  679.         BevelOuter = bvLowered
  680.         Caption = ' E-Mail Settings'
  681.         Color = clBtnShadow
  682.         Font.Charset = DEFAULT_CHARSET
  683.         Font.Color = clWhite
  684.         Font.Height = -15
  685.         Font.Name = 'MS Sans Serif'
  686.         Font.Style = [fsBold]
  687.         ParentFont = False
  688.         TabOrder = 0
  689.       end
  690.       object Mailsilentcheckbox: TCheckBox
  691.         Left = 0
  692.         Top = 24
  693.         Width = 313
  694.         Height = 17
  695.         Caption = 'Silent mode'
  696.         TabOrder = 1
  697.         OnClick = MailsilentcheckboxClick
  698.       end
  699.       object Receiveredit: TLabeledEdit
  700.         Left = 0
  701.         Top = 64
  702.         Width = 321
  703.         Height = 21
  704.         EditLabel.Width = 78
  705.         EditLabel.Height = 13
  706.         EditLabel.Caption = 'Default receiver:'
  707.         Enabled = False
  708.         LabelPosition = lpAbove
  709.         LabelSpacing = 3
  710.         TabOrder = 2
  711.       end
  712.       object Messagememo: TMemo
  713.         Left = 0
  714.         Top = 112
  715.         Width = 321
  716.         Height = 161
  717.         Enabled = False
  718.         ScrollBars = ssVertical
  719.         TabOrder = 3
  720.       end
  721.     end
  722.     object Extractiontabsheet: TTabSheet
  723.       Caption = 'Extraction'
  724.       ImageIndex = 4
  725.       TabVisible = False
  726.       object Feflabel: TLabel
  727.         Left = 0
  728.         Top = 24
  729.         Width = 130
  730.         Height = 13
  731.         Caption = 'Favourite extraction folders:'
  732.       end
  733.       object Addfefbutton: TSpeedButton
  734.         Left = 0
  735.         Top = 248
  736.         Width = 23
  737.         Height = 22
  738.         Hint = 'Add a new folder to the list.'
  739.         Flat = True
  740.         Glyph.Data = {
  741.           36030000424D3603000000000000360000002800000010000000100000000100
  742.           1800000000000003000000000000000000000000000000000000FF00FFFF00FF
  743.           FF00FFFF00FF6666666666666666666666666666666666666666666666666666
  744.           66666666666666666666FF00FFFF00FFFF00FFAE7B6ED9AD9DD6A89AD3A698D2
  745.           A497CCA199C99E97C69C96C69C96C19693B6918BB88E8B666666FF00FFFF00FF
  746.           FF00FFB58272FCE1CAFCE1CAFBDEC5FBDEC5FAD9BDFAD9BDFAD6B8FAD6B8FAD0
  747.           AEFAD0AEEEBDA5666666FF00FFFF00FFFF00FFBB8875FCE1CAFCE1CAFCE1CAFB
  748.           DEC5FBDEC5FAD9BDFAD9BDFAD6B8FAD6B8FAD0AEEFBFA8666666FF00FFFF00FF
  749.           FF00FFC28F79FCE8D7FCE5D1FCE1CAFCE1CAFBDEC5FBDEC5FAD9BDFAD9BDFAD6
  750.           B8FAD6B8F0C1AB666666FF00FFFF00FFFF00FFC8957CFCE8D7FCE5D1FCE5D1FC
  751.           E5D1FCE1CAFBE0C9FBDEC5FBDEC5FAD9BDFAD9BDF0C1AB666666FF00FFFF00FF
  752.           FF00FFCF9C80FCE8D7FDECDEFCE8D7FCE5D1FCE5D1FCE1CAFCE1CAFBDEC5FBDE
  753.           C5FAD9BDF1C5B1666666FF00FFFF00FFFF00FFD7AC920832FFF2E8E5FCE8D7FC
  754.           E5D1FCE5D1FCE5D1FCE1CAFCE1CAFBDEC5FBDEC5F2C8B6666666FF00FFBAC7FE
  755.           BBCAFDD6A89A001DFFF2E8E5ADB8EB4557BAFCE8D7FCE8D7FCE5D1FCE1CAFCE1
  756.           CAFBDEC5F2C8B6666666FF00FFFF00FF062EFF3674CA0087FD509DF0001DFF70
  757.           72A6FCE8D7FCE8D7FCE8D7FCE5D1FCE5D1FCE1CAF3CCBA666666FF00FFB9DDFF
  758.           41A0FF00C2FF1CE5FF01D3FF2568BCC4BBCCC8C5E3EFDED5FCE8D7FCE8D7FCE8
  759.           D7FCE5D1F3CCBA6666665979F90723F6177BF40CDFFF87F9FF17E3FF0583F206
  760.           2EFF1944F7D1C5C8FDECDEFDECDEFCE8D7FCE5D1F3CCBA666666FF00FFFF00FF
  761.           849CD700BCFF0CDFFF00C2FF446EBDE1DBE5F2E8E8FDF3EBFDEFE2FFD5CCFFD5
  762.           CCF5B3AAB3887E666666FF00FFFF00FF062EFF59619A0067FE6581BD0231FF61
  763.           6CB5FDF3EBFDF3EBFDF3EBF7A643F7A643E09241666666FF00FFFF00FFFF00FF
  764.           FF00FFCF9C80062EFFD9D5D6B2B7DC7E91E8FEF8F1FDF3EBFDF3EBDCA987EAB3
  765.           77666666FF00FFFF00FFFF00FFFF00FFFF00FFD1A38B4155DBBC917CDCA987DC
  766.           A987DCA987DEAB88D6A384DCA987666666FF00FFFF00FFFF00FF}
  767.         ParentShowHint = False
  768.         ShowHint = True
  769.         OnClick = AddfefbuttonClick
  770.       end
  771.       object Removefefbutton: TSpeedButton
  772.         Left = 24
  773.         Top = 248
  774.         Width = 23
  775.         Height = 22
  776.         Hint = 'Remove the selected folder from the list.'
  777.         Flat = True
  778.         Glyph.Data = {
  779.           36030000424D3603000000000000360000002800000010000000100000000100
  780.           18000000000000030000120B0000120B00000000000000000000FF00FFFF00FF
  781.           FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  782.           FFFF00FF0732DE0732DEFF00FF0732DE0732DEFF00FFFF00FFFF00FFFF00FFFF
  783.           00FFFF00FFFF00FFFF00FFFF00FFFF00FF0732DE0732DEFF00FFFF00FF0732DE
  784.           0732DE0732DEFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF0732
  785.           DE0732DEFF00FFFF00FFFF00FF0732DE0732DD0732DE0732DEFF00FFFF00FFFF
  786.           00FFFF00FFFF00FFFF00FF0732DE0732DEFF00FFFF00FFFF00FFFF00FFFF00FF
  787.           0534ED0732DF0732DE0732DEFF00FFFF00FFFF00FFFF00FF0732DE0732DEFF00
  788.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF0732DE0732DE0732DDFF
  789.           00FF0732DD0732DE0732DEFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  790.           FF00FFFF00FFFF00FF0732DD0633E60633E60633E90732DCFF00FFFF00FFFF00
  791.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF0633E307
  792.           32E30534EFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  793.           FF00FFFF00FFFF00FF0732DD0534ED0533E90434EF0434F5FF00FFFF00FFFF00
  794.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF0434F40534EF0533EBFF
  795.           00FFFF00FF0434F40335F8FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  796.           FF00FF0335FC0534EF0434F8FF00FFFF00FFFF00FFFF00FF0335FC0335FBFF00
  797.           FFFF00FFFF00FFFF00FFFF00FFFF00FF0335FB0335FB0335FCFF00FFFF00FFFF
  798.           00FFFF00FFFF00FFFF00FF0335FB0335FBFF00FFFF00FFFF00FFFF00FF0335FB
  799.           0335FB0335FBFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  800.           FF0335FBFF00FFFF00FF0335FB0335FB0335FBFF00FFFF00FFFF00FFFF00FFFF
  801.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF0335FB0335FB
  802.           FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  803.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  804.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF}
  805.         ParentShowHint = False
  806.         ShowHint = True
  807.         OnClick = RemovefefbuttonClick
  808.       end
  809.       object Clearfefbutton: TSpeedButton
  810.         Left = 48
  811.         Top = 248
  812.         Width = 23
  813.         Height = 22
  814.         Hint = 'Clear the list.'
  815.         Flat = True
  816.         Glyph.Data = {
  817.           36030000424D3603000000000000360000002800000010000000100000000100
  818.           18000000000000030000120B0000120B00000000000000000000FF00FFFF00FF
  819.           FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  820.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF8A884B8A884B8A884B82
  821.           80438A884B8A884BFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  822.           FF00FF8A884BE1E2A7E1D68AE1D68AE1D68AC2C277918F4B8A884BFF00FFFF00
  823.           FFFF00FFFF00FFFF00FFFF00FFFF00FF8A884BFFF9C7FFEEA7F9E29DE7CF9DEE
  824.           CFA7F4D694FFF4A7EEE8B38A884B828043FF00FFFF00FFFF00FFFF00FFFF00FF
  825.           F4D694FFF4B3FFE8A7EED6B3EEE2C700B600CEEE9DCEEE9DCEEE9DFFFFD2CECF
  826.           8A8A884BFF00FFFF00FFFF00FFFF00FFEED677FFDC80F4E8D2EEE2C7EEE2C700
  827.           B60000B60000B60000B600B4E280FFF4B38A884BFF00FFFF00FFFF00FFFF00FF
  828.           FFD66EFFF9E9F9F4E9F4E8D2E7C99D00B60000B60072CF34DBEEBD62C926FFE2
  829.           8098965BFF00FFFF00FFFF00FFF4E8BDFFE8A7FFFFFFFFFFFFE1C294EECFA7A7
  830.           E26ECEEE9D62C926C2E894C2E894E1D680ADAF658A884BFF00FFFF00FFF4E89D
  831.           FFFFD2FFFFF4F4E8D2E1BC8AEECFA762C926FFFFF491D65300B60000B600FFEE
  832.           9DADAF658A884BFF00FFFF00FFFFE8A7FFFFE9FFFFE9F4E8BDEEE2C7EEDCB3CE
  833.           CF8A24B60546C21300B60000B600FFF4B3E1D68A8A884BFF00FFFF00FFFFE8A7
  834.           FFFFD2FFFFDEFFFFDEFFFFE9EEFFFFF9EEDEC2E894B4E28091D65300B600FFF9
  835.           D2E1DC9D8A884BFF00FFFF00FFFFE8A7FFFFD2FFFFD2FFFFDEEEFFF4EEFFF4E7
  836.           FFFFFFFFFFFFFFFFFFFFFFFFFFF4FFFFE9FFFFD28A884BFF00FFFF00FFFF00FF
  837.           FFE8A7FFE8A7E7F4C7E7F4C7E7F4C7E7F4C7E7F4C7E7F4C7EEF9F4FFEE9DFFFF
  838.           D2FFFFD28A884BFF00FFFF00FFFF00FFFF00FFFF00FFBBE8FFEEFFFFE7FFFFE7
  839.           FFFFE7FFFFEEFFFFBBE8F4FFD66EFFDC80FFF9BD8A884BFF00FFFF00FFFF00FF
  840.           FF00FFFF00FFFF00FFBBE8F4BBE8F4BBE8F4D5FFFFD5FFFFBBE8F4FFD677FFDC
  841.           77FFE2808A884BFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  842.           00FFBBE8F4BBE8F4BBE8F4FFDC77FFDC77FFDC77FF00FFFF00FF}
  843.         ParentShowHint = False
  844.         ShowHint = True
  845.         OnClick = ClearfefbuttonClick
  846.       end
  847.       object Feflistview: TListView
  848.         Left = 0
  849.         Top = 40
  850.         Width = 321
  851.         Height = 201
  852.         Columns = <
  853.           item
  854.             AutoSize = True
  855.             Caption = 'Name'
  856.           end>
  857.         ReadOnly = True
  858.         RowSelect = True
  859.         TabOrder = 0
  860.         ViewStyle = vsReport
  861.       end
  862.       object Extractionpanel: TPanel
  863.         Left = 0
  864.         Top = 0
  865.         Width = 325
  866.         Height = 19
  867.         Align = alTop
  868.         Alignment = taLeftJustify
  869.         BevelOuter = bvLowered
  870.         Caption = ' Extraction Related Settings'
  871.         Color = clBtnShadow
  872.         Font.Charset = DEFAULT_CHARSET
  873.         Font.Color = clWhite
  874.         Font.Height = -15
  875.         Font.Name = 'MS Sans Serif'
  876.         Font.Style = [fsBold]
  877.         ParentFont = False
  878.         TabOrder = 1
  879.       end
  880.     end
  881.     object Languagetabsheet: TTabSheet
  882.       Caption = 'Language'
  883.       ImageIndex = 11
  884.       TabVisible = False
  885.       OnShow = LanguagetabsheetShow
  886.       object Languagepanel: TPanel
  887.         Left = 0
  888.         Top = 0
  889.         Width = 325
  890.         Height = 19
  891.         Align = alTop
  892.         Alignment = taLeftJustify
  893.         BevelOuter = bvLowered
  894.         Caption = ' Language Settings'
  895.         Color = clBtnShadow
  896.         Font.Charset = DEFAULT_CHARSET
  897.         Font.Color = clWhite
  898.         Font.Height = -15
  899.         Font.Name = 'MS Sans Serif'
  900.         Font.Style = [fsBold]
  901.         ParentFont = False
  902.         TabOrder = 0
  903.       end
  904.       object Languagegroupbox: TGroupBox
  905.         Left = 0
  906.         Top = 24
  907.         Width = 321
  908.         Height = 113
  909.         Caption = 'General Settings'
  910.         TabOrder = 1
  911.         object Languagelabel: TLabel
  912.           Left = 8
  913.           Top = 24
  914.           Width = 51
  915.           Height = 13
  916.           Caption = 'Language:'
  917.         end
  918.         object Authordatalabel: TLabel
  919.           Left = 48
  920.           Top = 88
  921.           Width = 3
  922.           Height = 13
  923.           ParentShowHint = False
  924.           ShowHint = False
  925.         end
  926.         object Authorlabel: TLabel
  927.           Left = 8
  928.           Top = 88
  929.           Width = 34
  930.           Height = 13
  931.           Caption = 'Author:'
  932.         end
  933.         object Transversionlabel: TLabel
  934.           Left = 8
  935.           Top = 72
  936.           Width = 38
  937.           Height = 13
  938.           Caption = 'Version:'
  939.         end
  940.         object Transversiondatalabel: TLabel
  941.           Left = 53
  942.           Top = 72
  943.           Width = 3
  944.           Height = 13
  945.         end
  946.         object Languageinfolabel: TLabel
  947.           Left = 216
  948.           Top = 16
  949.           Width = 97
  950.           Height = 65
  951.           Caption = 
  952.             'Please note that TUGZip needs to be restarted for new language s' +
  953.             'ettings to take effect.'
  954.           WordWrap = True
  955.         end
  956.         object Languagecombobox: TComboBox
  957.           Left = 8
  958.           Top = 40
  959.           Width = 201
  960.           Height = 21
  961.           Style = csDropDownList
  962.           ItemHeight = 0
  963.           TabOrder = 0
  964.           OnChange = LanguagecomboboxChange
  965.         end
  966.       end
  967.       object Morelanggroupbox: TGroupBox
  968.         Left = 0
  969.         Top = 144
  970.         Width = 321
  971.         Height = 129
  972.         Caption = 'Download More Languages'
  973.         TabOrder = 2
  974.         object Languagememo: TMemo
  975.           Left = 8
  976.           Top = 16
  977.           Width = 217
  978.           Height = 81
  979.           ReadOnly = True
  980.           ScrollBars = ssVertical
  981.           TabOrder = 0
  982.         end
  983.         object Langconnectbutton: TButton
  984.           Left = 232
  985.           Top = 16
  986.           Width = 75
  987.           Height = 25
  988.           Caption = 'Connect'
  989.           TabOrder = 1
  990.           OnClick = LangconnectbuttonClick
  991.         end
  992.         object Progressbar: TProgressBar
  993.           Left = 8
  994.           Top = 104
  995.           Width = 217
  996.           Height = 17
  997.           Min = 0
  998.           Max = 100
  999.           TabOrder = 2
  1000.         end
  1001.       end
  1002.     end
  1003.     object Flprinttabsheet: TTabSheet
  1004.       Caption = 'File list printing'
  1005.       ImageIndex = 6
  1006.       TabVisible = False
  1007.       object Filelistprintingpanel: TPanel
  1008.         Left = 0
  1009.         Top = 0
  1010.         Width = 325
  1011.         Height = 19
  1012.         Align = alTop
  1013.         Alignment = taLeftJustify
  1014.         BevelOuter = bvLowered
  1015.         Caption = ' Filelist Printing Configuration'
  1016.         Color = clBtnShadow
  1017.         Font.Charset = DEFAULT_CHARSET
  1018.         Font.Color = clWhite
  1019.         Font.Height = -15
  1020.         Font.Name = 'MS Sans Serif'
  1021.         Font.Style = [fsBold]
  1022.         ParentFont = False
  1023.         TabOrder = 0
  1024.       end
  1025.       object Filelistprintinggeneralgroupbox: TGroupBox
  1026.         Left = 0
  1027.         Top = 24
  1028.         Width = 185
  1029.         Height = 41
  1030.         Caption = 'General Settings'
  1031.         TabOrder = 1
  1032.         object Printarcinfocheckbox: TCheckBox
  1033.           Left = 8
  1034.           Top = 16
  1035.           Width = 169
  1036.           Height = 17
  1037.           Caption = 'Store archive information'
  1038.           Checked = True
  1039.           State = cbChecked
  1040.           TabOrder = 0
  1041.         end
  1042.       end
  1043.       object Filelistprintinghtmlgroupbox: TGroupBox
  1044.         Left = 0
  1045.         Top = 72
  1046.         Width = 185
  1047.         Height = 193
  1048.         Caption = 'HTML Settings'
  1049.         TabOrder = 2
  1050.         object Firstrowcolourlabel: TLabel
  1051.           Left = 8
  1052.           Top = 67
  1053.           Width = 74
  1054.           Height = 13
  1055.           Caption = 'First row colour:'
  1056.         end
  1057.         object Secondrowcolourlabel: TLabel
  1058.           Left = 8
  1059.           Top = 99
  1060.           Width = 92
  1061.           Height = 13
  1062.           Caption = 'Second row colour:'
  1063.         end
  1064.         object Bgcolourlabel: TLabel
  1065.           Left = 8
  1066.           Top = 163
  1067.           Width = 93
  1068.           Height = 13
  1069.           Caption = 'Background colour:'
  1070.         end
  1071.         object Textcolourlabel: TLabel
  1072.           Left = 8
  1073.           Top = 132
  1074.           Width = 56
  1075.           Height = 13
  1076.           Caption = 'Text colour:'
  1077.         end
  1078.         object Tablebordercheckbox: TCheckBox
  1079.           Left = 8
  1080.           Top = 16
  1081.           Width = 169
  1082.           Height = 17
  1083.           Caption = 'Table border'
  1084.           TabOrder = 0
  1085.         end
  1086.         object Boldcolumntitlescheckbox: TCheckBox
  1087.           Left = 8
  1088.           Top = 36
  1089.           Width = 169
  1090.           Height = 17
  1091.           Caption = 'Bold column titles'
  1092.           Checked = True
  1093.           State = cbChecked
  1094.           TabOrder = 1
  1095.         end
  1096.         object Firstrowcolourpanel: TPanel
  1097.           Left = 152
  1098.           Top = 64
  1099.           Width = 25
  1100.           Height = 25
  1101.           Color = 14540253
  1102.           TabOrder = 2
  1103.           OnClick = FirstrowcolourpanelClick
  1104.         end
  1105.         object Secondrowcolourpanel: TPanel
  1106.           Left = 152
  1107.           Top = 96
  1108.           Width = 25
  1109.           Height = 25
  1110.           Color = 15658734
  1111.           TabOrder = 3
  1112.           OnClick = FirstrowcolourpanelClick
  1113.         end
  1114.         object Bgcolourpanel: TPanel
  1115.           Left = 152
  1116.           Top = 128
  1117.           Width = 25
  1118.           Height = 25
  1119.           Color = clWhite
  1120.           TabOrder = 4
  1121.           OnClick = FirstrowcolourpanelClick
  1122.         end
  1123.         object Textcolourpanel: TPanel
  1124.           Left = 152
  1125.           Top = 160
  1126.           Width = 25
  1127.           Height = 25
  1128.           Color = clBlack
  1129.           TabOrder = 5
  1130.           OnClick = FirstrowcolourpanelClick
  1131.         end
  1132.       end
  1133.     end
  1134.     object Pluginstabsheet: TTabSheet
  1135.       Caption = 'Plugins'
  1136.       ImageIndex = 12
  1137.       TabVisible = False
  1138.       OnShow = PluginstabsheetShow
  1139.       object Pluginslabel: TLabel
  1140.         Left = 0
  1141.         Top = 24
  1142.         Width = 112
  1143.         Height = 13
  1144.         Caption = 'List of available plugins:'
  1145.       end
  1146.       object Pluginspanel: TPanel
  1147.         Left = 0
  1148.         Top = 0
  1149.         Width = 325
  1150.         Height = 19
  1151.         Align = alTop
  1152.         Alignment = taLeftJustify
  1153.         BevelOuter = bvLowered
  1154.         Caption = ' Plugins'
  1155.         Color = clBtnShadow
  1156.         Font.Charset = DEFAULT_CHARSET
  1157.         Font.Color = clWhite
  1158.         Font.Height = -15
  1159.         Font.Name = 'MS Sans Serif'
  1160.         Font.Style = [fsBold]
  1161.         ParentFont = False
  1162.         TabOrder = 0
  1163.       end
  1164.       object Pluginslistview: TListView
  1165.         Left = 0
  1166.         Top = 40
  1167.         Width = 241
  1168.         Height = 232
  1169.         Columns = <
  1170.           item
  1171.             AutoSize = True
  1172.             Caption = 'Name'
  1173.           end>
  1174.         ReadOnly = True
  1175.         TabOrder = 1
  1176.         ViewStyle = vsReport
  1177.         OnChange = PluginslistviewChange
  1178.         OnClick = PluginslistviewClick
  1179.       end
  1180.       object Pluginsettingsbutton: TButton
  1181.         Left = 248
  1182.         Top = 40
  1183.         Width = 75
  1184.         Height = 25
  1185.         Caption = 'Settings'
  1186.         Enabled = False
  1187.         TabOrder = 2
  1188.         OnClick = PluginsettingsbuttonClick
  1189.       end
  1190.     end
  1191.     object Compressionstabsheet: TTabSheet
  1192.       Caption = 'Compression'
  1193.       ImageIndex = 13
  1194.       TabVisible = False
  1195.       object Compressionpanel: TPanel
  1196.         Left = 0
  1197.         Top = 0
  1198.         Width = 325
  1199.         Height = 19
  1200.         Align = alTop
  1201.         Alignment = taLeftJustify
  1202.         BevelOuter = bvLowered
  1203.         Caption = ' Default Compression Settings'
  1204.         Color = clBtnShadow
  1205.         Font.Charset = DEFAULT_CHARSET
  1206.         Font.Color = clWhite
  1207.         Font.Height = -15
  1208.         Font.Name = 'MS Sans Serif'
  1209.         Font.Style = [fsBold]
  1210.         ParentFont = False
  1211.         TabOrder = 0
  1212.       end
  1213.       object Cmpfilesfoldersgroupbox: TGroupBox
  1214.         Left = 0
  1215.         Top = 136
  1216.         Width = 153
  1217.         Height = 99
  1218.         Caption = 'Files and Folders'
  1219.         TabOrder = 1
  1220.         object Cmprecursivecheckbox: TCheckBox
  1221.           Left = 8
  1222.           Top = 16
  1223.           Width = 137
  1224.           Height = 17
  1225.           Caption = 'Recursive file scan'
  1226.           Checked = True
  1227.           State = cbChecked
  1228.           TabOrder = 0
  1229.         end
  1230.         object Cmpsavefoldernamescheckbox: TCheckBox
  1231.           Left = 8
  1232.           Top = 36
  1233.           Width = 137
  1234.           Height = 17
  1235.           Caption = 'Save folder names'
  1236.           Checked = True
  1237.           State = cbChecked
  1238.           TabOrder = 1
  1239.         end
  1240.         object Cmpincludehiddencheckbox: TCheckBox
  1241.           Left = 8
  1242.           Top = 56
  1243.           Width = 137
  1244.           Height = 17
  1245.           Caption = 'Include hidden files'
  1246.           Checked = True
  1247.           State = cbChecked
  1248.           TabOrder = 2
  1249.         end
  1250.         object Cmpdoscheckbox: TCheckBox
  1251.           Left = 8
  1252.           Top = 76
  1253.           Width = 137
  1254.           Height = 17
  1255.           Caption = 'DOS names'
  1256.           TabOrder = 3
  1257.         end
  1258.       end
  1259.       object Cmpgroupbox: TGroupBox
  1260.         Left = 0
  1261.         Top = 24
  1262.         Width = 321
  1263.         Height = 105
  1264.         Caption = 'Compression Settings'
  1265.         TabOrder = 2
  1266.         object Cmplvllabel: TLabel
  1267.           Left = 8
  1268.           Top = 24
  1269.           Width = 88
  1270.           Height = 13
  1271.           Caption = 'Compression level:'
  1272.         end
  1273.         object Cmpdictionarysizelabel: TLabel
  1274.           Left = 8
  1275.           Top = 49
  1276.           Width = 71
  1277.           Height = 13
  1278.           Caption = 'Dictionary size:'
  1279.         end
  1280.         object Cmprecoverydatalabel: TLabel
  1281.           Left = 8
  1282.           Top = 74
  1283.           Width = 73
  1284.           Height = 13
  1285.           Caption = 'Recovery data:'
  1286.         end
  1287.         object Cmplvlcombobox: TComboBox
  1288.           Left = 112
  1289.           Top = 21
  1290.           Width = 201
  1291.           Height = 21
  1292.           Style = csDropDownList
  1293.           ItemHeight = 13
  1294.           ItemIndex = 3
  1295.           TabOrder = 0
  1296.           Text = 'Default'
  1297.           Items.Strings = (
  1298.             'Best'
  1299.             'Good'
  1300.             'Lowest'
  1301.             'Default')
  1302.         end
  1303.         object Cmpdictionarysizecombobox: TComboBox
  1304.           Left = 112
  1305.           Top = 46
  1306.           Width = 201
  1307.           Height = 21
  1308.           Style = csDropDownList
  1309.           ItemHeight = 13
  1310.           ItemIndex = 0
  1311.           TabOrder = 1
  1312.           Text = 'Largest'
  1313.           Items.Strings = (
  1314.             'Largest'
  1315.             'Large'
  1316.             'Small'
  1317.             'Smallest')
  1318.         end
  1319.         object Cmprecoverydatacombobox: TComboBox
  1320.           Left = 112
  1321.           Top = 71
  1322.           Width = 201
  1323.           Height = 21
  1324.           Style = csDropDownList
  1325.           ItemHeight = 13
  1326.           ItemIndex = 0
  1327.           TabOrder = 2
  1328.           Text = 'None'
  1329.           Items.Strings = (
  1330.             'None'
  1331.             '1 Percent'
  1332.             '2 Percent'
  1333.             '3 Percent'
  1334.             '4 Percent'
  1335.             '5 Percent'
  1336.             '1 Percent (external)'
  1337.             '2 Percent (external)'
  1338.             '3 Percent (external)'
  1339.             '4 Percent (external)'
  1340.             '5 Percent (external)')
  1341.         end
  1342.       end
  1343.       object Cmpadvancedgroupbox: TGroupBox
  1344.         Left = 160
  1345.         Top = 136
  1346.         Width = 161
  1347.         Height = 79
  1348.         Caption = 'Advanced Settings'
  1349.         TabOrder = 3
  1350.         object Cmpmmcheckbox: TCheckBox
  1351.           Left = 8
  1352.           Top = 16
  1353.           Width = 145
  1354.           Height = 17
  1355.           Caption = 'Multimedia compression'
  1356.           Checked = True
  1357.           State = cbChecked
  1358.           TabOrder = 0
  1359.         end
  1360.         object Cmpexecheckbox: TCheckBox
  1361.           Left = 8
  1362.           Top = 36
  1363.           Width = 145
  1364.           Height = 17
  1365.           Caption = 'EXE compression'
  1366.           Checked = True
  1367.           State = cbChecked
  1368.           TabOrder = 1
  1369.         end
  1370.         object Cmpsolidcheckbox: TCheckBox
  1371.           Left = 8
  1372.           Top = 56
  1373.           Width = 145
  1374.           Height = 17
  1375.           Caption = 'Create solid archive'
  1376.           TabOrder = 2
  1377.         end
  1378.       end
  1379.     end
  1380.     object Autabsheet: TTabSheet
  1381.       Caption = 'Auto update'
  1382.       ImageIndex = 14
  1383.       TabVisible = False
  1384.       object Wupanel: TPanel
  1385.         Left = 0
  1386.         Top = 0
  1387.         Width = 325
  1388.         Height = 19
  1389.         Align = alTop
  1390.         Alignment = taLeftJustify
  1391.         BevelOuter = bvLowered
  1392.         Caption = ' Web Update Settings'
  1393.         Color = clBtnShadow
  1394.         Font.Charset = DEFAULT_CHARSET
  1395.         Font.Color = clWhite
  1396.         Font.Height = -15
  1397.         Font.Name = 'MS Sans Serif'
  1398.         Font.Style = [fsBold]
  1399.         ParentFont = False
  1400.         TabOrder = 0
  1401.       end
  1402.       object Wuproxygroupbox: TGroupBox
  1403.         Left = 0
  1404.         Top = 24
  1405.         Width = 321
  1406.         Height = 109
  1407.         Caption = 'Proxy Settings'
  1408.         TabOrder = 1
  1409.         object Wuhostlabel: TLabel
  1410.           Left = 8
  1411.           Top = 56
  1412.           Width = 52
  1413.           Height = 13
  1414.           Caption = 'Proxy host:'
  1415.         end
  1416.         object Wuportlabel: TLabel
  1417.           Left = 8
  1418.           Top = 81
  1419.           Width = 50
  1420.           Height = 13
  1421.           Caption = 'Proxy port:'
  1422.         end
  1423.         object Proxylabel: TLabel
  1424.           Left = 8
  1425.           Top = 16
  1426.           Width = 285
  1427.           Height = 26
  1428.           Caption = 
  1429.             'If you are using a proxy server to access internet you should ap' +
  1430.             'ply your settings below.'
  1431.           WordWrap = True
  1432.         end
  1433.         object Wuhostedit: TEdit
  1434.           Left = 112
  1435.           Top = 53
  1436.           Width = 201
  1437.           Height = 21
  1438.           TabOrder = 0
  1439.         end
  1440.         object Wuportedit: TEdit
  1441.           Left = 112
  1442.           Top = 78
  1443.           Width = 201
  1444.           Height = 21
  1445.           TabOrder = 1
  1446.         end
  1447.       end
  1448.       object Sockssettings: TGroupBox
  1449.         Left = 0
  1450.         Top = 136
  1451.         Width = 321
  1452.         Height = 118
  1453.         Caption = 'Socks Settings'
  1454.         TabOrder = 2
  1455.         object Sockslabel: TLabel
  1456.           Left = 8
  1457.           Top = 19
  1458.           Width = 33
  1459.           Height = 13
  1460.           Caption = 'Socks:'
  1461.         end
  1462.         object Socksuserlabel: TLabel
  1463.           Left = 8
  1464.           Top = 93
  1465.           Width = 81
  1466.           Height = 13
  1467.           Caption = 'User / password:'
  1468.           Enabled = False
  1469.         end
  1470.         object Sockshostlabel: TLabel
  1471.           Left = 8
  1472.           Top = 45
  1473.           Width = 25
  1474.           Height = 13
  1475.           Caption = 'Host:'
  1476.           Enabled = False
  1477.         end
  1478.         object Socksportlabel: TLabel
  1479.           Left = 8
  1480.           Top = 69
  1481.           Width = 22
  1482.           Height = 13
  1483.           Caption = 'Port:'
  1484.           Enabled = False
  1485.         end
  1486.         object Sockscombobox: TComboBox
  1487.           Left = 112
  1488.           Top = 16
  1489.           Width = 145
  1490.           Height = 21
  1491.           Style = csDropDownList
  1492.           ItemHeight = 13
  1493.           ItemIndex = 0
  1494.           TabOrder = 0
  1495.           Text = 'Disable'
  1496.           OnChange = SockscomboboxChange
  1497.           Items.Strings = (
  1498.             'Disable'
  1499.             'Socks 4'
  1500.             'Socks 4A'
  1501.             'Socks 5')
  1502.         end
  1503.         object Socksuseredit: TEdit
  1504.           Left = 112
  1505.           Top = 88
  1506.           Width = 99
  1507.           Height = 21
  1508.           Enabled = False
  1509.           TabOrder = 1
  1510.         end
  1511.         object Sockspassedit: TEdit
  1512.           Left = 214
  1513.           Top = 88
  1514.           Width = 99
  1515.           Height = 21
  1516.           Enabled = False
  1517.           PasswordChar = '*'
  1518.           TabOrder = 2
  1519.         end
  1520.         object Sockshostedit: TEdit
  1521.           Left = 112
  1522.           Top = 40
  1523.           Width = 201
  1524.           Height = 21
  1525.           Enabled = False
  1526.           TabOrder = 3
  1527.         end
  1528.         object Socksportedit: TEdit
  1529.           Left = 112
  1530.           Top = 64
  1531.           Width = 201
  1532.           Height = 21
  1533.           Enabled = False
  1534.           TabOrder = 4
  1535.         end
  1536.       end
  1537.     end
  1538.     object Systemtabsheet: TTabSheet
  1539.       Caption = 'System'
  1540.       ImageIndex = 7
  1541.       TabVisible = False
  1542.       object Systempanel: TPanel
  1543.         Left = 0
  1544.         Top = 0
  1545.         Width = 325
  1546.         Height = 19
  1547.         Align = alTop
  1548.         Alignment = taLeftJustify
  1549.         BevelOuter = bvLowered
  1550.         Caption = ' System Settings'
  1551.         Color = clBtnShadow
  1552.         Font.Charset = DEFAULT_CHARSET
  1553.         Font.Color = clWhite
  1554.         Font.Height = -15
  1555.         Font.Name = 'MS Sans Serif'
  1556.         Font.Style = [fsBold]
  1557.         ParentFont = False
  1558.         TabOrder = 0
  1559.       end
  1560.       object Systemgeneralgroupbox: TGroupBox
  1561.         Left = 0
  1562.         Top = 24
  1563.         Width = 321
  1564.         Height = 141
  1565.         Caption = 'General Settings'
  1566.         TabOrder = 1
  1567.         object Enableshlextcheckbox: TCheckBox
  1568.           Left = 8
  1569.           Top = 16
  1570.           Width = 305
  1571.           Height = 17
  1572.           Caption = 'Enable TUGZip shell extension'
  1573.           TabOrder = 0
  1574.         end
  1575.         object Datacheckbox: TCheckBox
  1576.           Left = 8
  1577.           Top = 36
  1578.           Width = 305
  1579.           Height = 17
  1580.           Caption = 'Verify archives using data signature check only'
  1581.           TabOrder = 1
  1582.         end
  1583.         object Submenucheckbox: TCheckBox
  1584.           Left = 8
  1585.           Top = 56
  1586.           Width = 305
  1587.           Height = 17
  1588.           Caption = 'Display context menu items in a submenu'
  1589.           TabOrder = 2
  1590.         end
  1591.         object Archivecommentcheckbox: TCheckBox
  1592.           Left = 8
  1593.           Top = 76
  1594.           Width = 305
  1595.           Height = 17
  1596.           Caption = 'Enable archive comment property page'
  1597.           TabOrder = 3
  1598.         end
  1599.         object Longnamescheckbox: TCheckBox
  1600.           Left = 8
  1601.           Top = 96
  1602.           Width = 305
  1603.           Height = 17
  1604.           Caption = 'Display full paths in the shell menu'
  1605.           TabOrder = 4
  1606.         end
  1607.         object Simextractcheckbox: TCheckBox
  1608.           Left = 8
  1609.           Top = 116
  1610.           Width = 305
  1611.           Height = 17
  1612.           Caption = 'Allow simultaneous extraction of multiple archives'
  1613.           TabOrder = 5
  1614.         end
  1615.       end
  1616.       object Systemmenuitemsgroupbox: TGroupBox
  1617.         Left = 0
  1618.         Top = 168
  1619.         Width = 321
  1620.         Height = 105
  1621.         Caption = 'Shell Extension Menu Items'
  1622.         TabOrder = 2
  1623.         object Menuitemslistbox: TCheckListBox
  1624.           Left = 8
  1625.           Top = 16
  1626.           Width = 305
  1627.           Height = 81
  1628.           ItemHeight = 13
  1629.           Items.Strings = (
  1630.             'Add to...'
  1631.             'Extract here'
  1632.             'Extract to: <archive subdirectory>'
  1633.             'Extract to...'
  1634.             'Test archive'
  1635.             'Create self-extracting archive...'
  1636.             'E-mail archive...'
  1637.             'Open with TUGZip')
  1638.           TabOrder = 0
  1639.         end
  1640.       end
  1641.     end
  1642.     object Associationstabsheet: TTabSheet
  1643.       Caption = 'Associations'
  1644.       ImageIndex = 9
  1645.       TabVisible = False
  1646.       OnHide = AssociationstabsheetHide
  1647.       OnShow = AssociationstabsheetShow
  1648.       object Filetypesinfolabel: TLabel
  1649.         Left = 160
  1650.         Top = 24
  1651.         Width = 151
  1652.         Height = 78
  1653.         Caption = 
  1654.           'Click on an archive type to view its information and change its ' +
  1655.           'icon. By clicking on the checkboxes you can choose which filetyp' +
  1656.           'e to associate with TUGZip.'
  1657.         WordWrap = True
  1658.       end
  1659.       object Filetypeslistview: TListView
  1660.         Left = 0
  1661.         Top = 24
  1662.         Width = 153
  1663.         Height = 217
  1664.         Checkboxes = True
  1665.         Columns = <
  1666.           item
  1667.             AutoSize = True
  1668.             Caption = '1'
  1669.           end>
  1670.         Items.Data = {
  1671.           620500001D00000000000000FFFFFFFFFFFFFFFF02000000000000000E372D5A
  1672.           6970206172636869766573042A2E377A0000000000FFFFFFFFFFFFFFFF020000
  1673.           00000000000C416365206172636869766573052A2E6163650000000000FFFFFF
  1674.           FFFFFFFFFF02000000000000000C417263206172636869766573052A2E617263
  1675.           0000000000FFFFFFFFFFFFFFFF02000000000000000C41726A20617263686976
  1676.           6573052A2E61726A0000000000FFFFFFFFFFFFFFFF0200000000000000114172
  1677.           20746F6F6C732061726368697665730A2A2E612C202A2E6C69620000000000FF
  1678.           FFFFFFFFFFFFFF020000000000000012426C61636B486F6C6520617263686976
  1679.           6573042A2E62680000000000FFFFFFFFFFFFFFFF02000000000000000E425A69
  1680.           7032206172636869766573122A2E627A2C202A2E627A322C202A2E74627A0000
  1681.           000000FFFFFFFFFFFFFFFF020000000000000010436162696E65742061726368
  1682.           69766573052A2E6361620000000000FFFFFFFFFFFFFFFF02000000000000000D
  1683.           4350494F206172636869766573062A2E6370696F0000000000FFFFFFFFFFFFFF
  1684.           FF02000000000000000F44656269616E207061636B61676573052A2E64656200
  1685.           00000000FFFFFFFFFFFFFFFF02000000000000000B4743206172636869766573
  1686.           052A2E6763610000000000FFFFFFFFFFFFFFFF02000000000000000C494D5020
  1687.           6172636869766573052A2E696D700000000000FFFFFFFFFFFFFFFF0200000000
  1688.           0000000D4A617661206172636869766573132A2E6A61722C202A2E7761722C20
  1689.           2A2E6561720000000000FFFFFFFFFFFFFFFF02000000000000000C4C48412061
  1690.           726368697665730C2A2E6C68612C202A2E6C7A680000000000FFFFFFFFFFFFFF
  1691.           FF02000000000000000C526172206172636869766573052A2E72617200000000
  1692.           00FFFFFFFFFFFFFFFF02000000000000001052656420486174207061636B6167
  1693.           6573052A2E72706D0000000000FFFFFFFFFFFFFFFF02000000000000000C5351
  1694.           58206172636869766573052A2E7371780000000000FFFFFFFFFFFFFFFF020000
  1695.           00000000000D546170652061726368697665731E2A2E7461722C202A2E74677A
  1696.           2C202A2E74617A2C202A2E677A2C202A2E7A0000000000FFFFFFFFFFFFFFFF02
  1697.           000000000000000E5455475A69702073637269707473052A2E747A7300000000
  1698.           00FFFFFFFFFFFFFFFF02000000000000000C595A31206172636869766573052A
  1699.           2E797A310000000000FFFFFFFFFFFFFFFF02000000000000000C5A6970206172
  1700.           636869766573052A2E7A69700000000000FFFFFFFFFFFFFFFF02000000000000
  1701.           000C5A6F6F206172636869766573052A2E7A6F6F0000000000FFFFFFFFFFFFFF
  1702.           FF0200000000000000105175616B652033206172636869766573052A2E706B33
  1703.           0000000000FFFFFFFFFFFFFFFF02000000000000000C57696E416D7020736B69
  1704.           6E730C2A2E77737A2C202A2E77616C0000000000FFFFFFFFFFFFFFFF02000000
  1705.           000000000A42494E20696D61676573052A2E62696E0000000000FFFFFFFFFFFF
  1706.           FFFF02000000000000000A43324420696D61676573052A2E6332640000000000
  1707.           FFFFFFFFFFFFFFFF02000000000000000A494D4720696D61676573052A2E696D
  1708.           670000000000FFFFFFFFFFFFFFFF02000000000000000A49534F20696D616765
  1709.           73052A2E69736F0000000000FFFFFFFFFFFFFFFF02000000000000000A4E5247
  1710.           20696D61676573052A2E6E726700FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1711.           FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1712.           FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1713.           FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1714.           FFFF}
  1715.         ReadOnly = True
  1716.         RowSelect = True
  1717.         ShowColumnHeaders = False
  1718.         TabOrder = 0
  1719.         ViewStyle = vsReport
  1720.         OnChange = FiletypeslistviewChange
  1721.       end
  1722.       object Deselectallbutton: TButton
  1723.         Left = 80
  1724.         Top = 248
  1725.         Width = 73
  1726.         Height = 25
  1727.         Caption = 'Deselect all'
  1728.         TabOrder = 1
  1729.         OnClick = DeselectallbuttonClick
  1730.       end
  1731.       object Selectallbutton: TButton
  1732.         Left = 0
  1733.         Top = 248
  1734.         Width = 73
  1735.         Height = 25
  1736.         Caption = 'Select all'
  1737.         TabOrder = 2
  1738.         OnClick = SelectallbuttonClick
  1739.       end
  1740.       object Filetypespanel: TPanel
  1741.         Left = 160
  1742.         Top = 24
  1743.         Width = 153
  1744.         Height = 217
  1745.         BevelOuter = bvNone
  1746.         TabOrder = 3
  1747.         Visible = False
  1748.         object Extensionsdatalabel: TLabel
  1749.           Left = 8
  1750.           Top = 56
  1751.           Width = 3
  1752.           Height = 13
  1753.         end
  1754.         object Extensionslabel: TLabel
  1755.           Left = 0
  1756.           Top = 40
  1757.           Width = 66
  1758.           Height = 13
  1759.           Caption = 'Extensions:'
  1760.           Font.Charset = DEFAULT_CHARSET
  1761.           Font.Color = clWindowText
  1762.           Font.Height = -11
  1763.           Font.Name = 'MS Sans Serif'
  1764.           Font.Style = [fsBold]
  1765.           ParentFont = False
  1766.         end
  1767.         object Archivesdatalabel: TLabel
  1768.           Left = 8
  1769.           Top = 16
  1770.           Width = 3
  1771.           Height = 13
  1772.         end
  1773.         object Archiveslabel: TLabel
  1774.           Left = 0
  1775.           Top = 0
  1776.           Width = 48
  1777.           Height = 13
  1778.           Caption = 'Archive:'
  1779.           Font.Charset = DEFAULT_CHARSET
  1780.           Font.Color = clWindowText
  1781.           Font.Height = -11
  1782.           Font.Name = 'MS Sans Serif'
  1783.           Font.Style = [fsBold]
  1784.           ParentFont = False
  1785.         end
  1786.         object Filetypesiconlabel: TLabel
  1787.           Left = 0
  1788.           Top = 80
  1789.           Width = 30
  1790.           Height = 13
  1791.           Caption = 'Icon:'
  1792.           Font.Charset = DEFAULT_CHARSET
  1793.           Font.Color = clWindowText
  1794.           Font.Height = -11
  1795.           Font.Name = 'MS Sans Serif'
  1796.           Font.Style = [fsBold]
  1797.           ParentFont = False
  1798.         end
  1799.         object Filetypesiconimage: TImage
  1800.           Left = 8
  1801.           Top = 96
  1802.           Width = 32
  1803.           Height = 32
  1804.         end
  1805.         object Filetypesiconbutton: TButton
  1806.           Left = 48
  1807.           Top = 100
  1808.           Width = 75
  1809.           Height = 25
  1810.           Hint = 'Change the icon for the selected archive type.'
  1811.           Caption = 'Change...'
  1812.           TabOrder = 0
  1813.           OnClick = FiletypesiconbuttonClick
  1814.         end
  1815.       end
  1816.       object Associationspanel: TPanel
  1817.         Left = 0
  1818.         Top = 0
  1819.         Width = 325
  1820.         Height = 19
  1821.         Align = alTop
  1822.         Alignment = taLeftJustify
  1823.         BevelOuter = bvLowered
  1824.         Caption = ' File Associations'
  1825.         Color = clBtnShadow
  1826.         Font.Charset = DEFAULT_CHARSET
  1827.         Font.Color = clWhite
  1828.         Font.Height = -15
  1829.         Font.Name = 'MS Sans Serif'
  1830.         Font.Style = [fsBold]
  1831.         ParentFont = False
  1832.         TabOrder = 4
  1833.       end
  1834.       object Assbackupbutton: TButton
  1835.         Left = 160
  1836.         Top = 248
  1837.         Width = 75
  1838.         Height = 25
  1839.         Caption = 'Backup'
  1840.         TabOrder = 5
  1841.         OnClick = AssbackupbuttonClick
  1842.       end
  1843.     end
  1844.     object Folderstabsheet: TTabSheet
  1845.       Caption = 'Folders'
  1846.       ImageIndex = 2
  1847.       TabVisible = False
  1848.       object Folderspanel: TPanel
  1849.         Left = 0
  1850.         Top = 0
  1851.         Width = 325
  1852.         Height = 19
  1853.         Align = alTop
  1854.         Alignment = taLeftJustify
  1855.         BevelOuter = bvLowered
  1856.         Caption = ' Folders'
  1857.         Color = clBtnShadow
  1858.         Font.Charset = DEFAULT_CHARSET
  1859.         Font.Color = clWhite
  1860.         Font.Height = -15
  1861.         Font.Name = 'MS Sans Serif'
  1862.         Font.Style = [fsBold]
  1863.         ParentFont = False
  1864.         TabOrder = 0
  1865.       end
  1866.       object Folderstemporarygroupbox: TGroupBox
  1867.         Left = 0
  1868.         Top = 24
  1869.         Width = 321
  1870.         Height = 97
  1871.         Caption = 'Temporary Folder'
  1872.         TabOrder = 1
  1873.         object Tempbrowsebutton: TSpeedButton
  1874.           Left = 288
  1875.           Top = 68
  1876.           Width = 23
  1877.           Height = 22
  1878.           Hint = 'Browse.'
  1879.           Caption = '...'
  1880.           OnClick = TempbrowsebuttonClick
  1881.         end
  1882.         object Templabel: TLabel
  1883.           Left = 8
  1884.           Top = 16
  1885.           Width = 285
  1886.           Height = 26
  1887.           Caption = 
  1888.             'The folder specified below will be used when data has to be temp' +
  1889.             'orary stored on your harddrive.'
  1890.           WordWrap = True
  1891.         end
  1892.         object Tempedit: TLabeledEdit
  1893.           Left = 8
  1894.           Top = 68
  1895.           Width = 273
  1896.           Height = 21
  1897.           EditLabel.Width = 32
  1898.           EditLabel.Height = 13
  1899.           EditLabel.Caption = 'Folder:'
  1900.           LabelPosition = lpAbove
  1901.           LabelSpacing = 3
  1902.           TabOrder = 0
  1903.         end
  1904.       end
  1905.       object Programfoldergroupbox: TGroupBox
  1906.         Left = 0
  1907.         Top = 128
  1908.         Width = 321
  1909.         Height = 97
  1910.         Caption = 'Program Folder'
  1911.         TabOrder = 2
  1912.         object Programfolderlabel: TLabel
  1913.           Left = 8
  1914.           Top = 16
  1915.           Width = 280
  1916.           Height = 26
  1917.           Caption = 
  1918.             'Enter the folder that you want to be the default folder in the e' +
  1919.             'xplorer and combined style interfaces.'
  1920.           WordWrap = True
  1921.         end
  1922.         object Programfolderbrowsebutton: TSpeedButton
  1923.           Left = 288
  1924.           Top = 64
  1925.           Width = 23
  1926.           Height = 22
  1927.           Caption = '...'
  1928.           OnClick = ProgramfolderbrowsebuttonClick
  1929.         end
  1930.         object Programfolderedit: TLabeledEdit
  1931.           Left = 8
  1932.           Top = 64
  1933.           Width = 273
  1934.           Height = 21
  1935.           EditLabel.Width = 32
  1936.           EditLabel.Height = 13
  1937.           EditLabel.Caption = 'Folder:'
  1938.           LabelPosition = lpAbove
  1939.           LabelSpacing = 3
  1940.           TabOrder = 0
  1941.         end
  1942.       end
  1943.     end
  1944.     object Applicationstabsheet: TTabSheet
  1945.       Caption = 'Applications'
  1946.       ImageIndex = 1
  1947.       TabVisible = False
  1948.       object Applicationspanel: TPanel
  1949.         Left = 0
  1950.         Top = 0
  1951.         Width = 325
  1952.         Height = 19
  1953.         Align = alTop
  1954.         Alignment = taLeftJustify
  1955.         BevelOuter = bvLowered
  1956.         Caption = ' External Applications'
  1957.         Color = clBtnShadow
  1958.         Font.Charset = DEFAULT_CHARSET
  1959.         Font.Color = clWhite
  1960.         Font.Height = -15
  1961.         Font.Name = 'MS Sans Serif'
  1962.         Font.Style = [fsBold]
  1963.         ParentFont = False
  1964.         TabOrder = 0
  1965.       end
  1966.       object Appsvscangroupbox: TGroupBox
  1967.         Left = 0
  1968.         Top = 24
  1969.         Width = 321
  1970.         Height = 105
  1971.         Caption = 'Anti-Virus Software'
  1972.         TabOrder = 1
  1973.         object Vscanbrowsebutton: TSpeedButton
  1974.           Left = 290
  1975.           Top = 32
  1976.           Width = 23
  1977.           Height = 22
  1978.           Hint = 'Browse.'
  1979.           Caption = '...'
  1980.           OnClick = VscanbrowsebuttonClick
  1981.         end
  1982.         object Vscanlabel: TLabel
  1983.           Left = 8
  1984.           Top = 16
  1985.           Width = 91
  1986.           Height = 13
  1987.           Caption = 'Vendor application:'
  1988.         end
  1989.         object Vscancombobox: TComboBox
  1990.           Left = 8
  1991.           Top = 32
  1992.           Width = 273
  1993.           Height = 21
  1994.           ItemHeight = 13
  1995.           TabOrder = 0
  1996.           OnChange = VscancomboboxChange
  1997.           Items.Strings = (
  1998.             'SCAN95.EXE'
  1999.             'SCAN32.EXE'
  2000.             'NAVW32.EXE'
  2001.             'N32SCANW.EXE'
  2002.             'NAVWNT.EXE'
  2003.             'SCAN.EXE'
  2004.             'TBSCAN.EXE'
  2005.             'F-PROT.EXE'
  2006.             'AVPM.EXE'
  2007.             'VET98.EXE'
  2008.             'NVCOD.EXE'
  2009.             'FSAVSTRT.EXE')
  2010.         end
  2011.         object Vscanparamedit: TLabeledEdit
  2012.           Left = 8
  2013.           Top = 76
  2014.           Width = 273
  2015.           Height = 21
  2016.           EditLabel.Width = 56
  2017.           EditLabel.Height = 13
  2018.           EditLabel.Caption = 'Parameters:'
  2019.           LabelPosition = lpAbove
  2020.           LabelSpacing = 3
  2021.           TabOrder = 1
  2022.         end
  2023.       end
  2024.       object Appviewergroupbox: TGroupBox
  2025.         Left = 0
  2026.         Top = 136
  2027.         Width = 321
  2028.         Height = 97
  2029.         Caption = 'Viewer'
  2030.         TabOrder = 2
  2031.         object Viewerbrowsebutton: TSpeedButton
  2032.           Left = 290
  2033.           Top = 64
  2034.           Width = 23
  2035.           Height = 22
  2036.           Hint = 'Browse.'
  2037.           Caption = '...'
  2038.           OnClick = ViewerbrowsebuttonClick
  2039.         end
  2040.         object Viewerinfolabel: TLabel
  2041.           Left = 8
  2042.           Top = 16
  2043.           Width = 276
  2044.           Height = 26
  2045.           Caption = 
  2046.             'Enter the name of an application to be used instead of the assoc' +
  2047.             'iated programs when viewing files.'
  2048.           WordWrap = True
  2049.         end
  2050.         object Vieweredit: TLabeledEdit
  2051.           Left = 8
  2052.           Top = 64
  2053.           Width = 273
  2054.           Height = 21
  2055.           EditLabel.Width = 53
  2056.           EditLabel.Height = 13
  2057.           EditLabel.Caption = 'File viewer:'
  2058.           LabelPosition = lpAbove
  2059.           LabelSpacing = 3
  2060.           TabOrder = 0
  2061.         end
  2062.       end
  2063.     end
  2064.   end
  2065.   object Cancelbutton: TButton
  2066.     Left = 312
  2067.     Top = 352
  2068.     Width = 75
  2069.     Height = 25
  2070.     Cancel = True
  2071.     Caption = 'Cancel'
  2072.     ModalResult = 2
  2073.     TabOrder = 2
  2074.   end
  2075.   object Okbutton: TButton
  2076.     Left = 232
  2077.     Top = 352
  2078.     Width = 75
  2079.     Height = 25
  2080.     Caption = 'OK'
  2081.     Default = True
  2082.     ModalResult = 1
  2083.     TabOrder = 3
  2084.     OnClick = OkbuttonClick
  2085.   end
  2086.   object Helpbutton: TButton
  2087.     Left = 8
  2088.     Top = 352
  2089.     Width = 75
  2090.     Height = 25
  2091.     Caption = 'Help'
  2092.     TabOrder = 4
  2093.     OnClick = HelpbuttonClick
  2094.   end
  2095.   object Treeview: TTreeView
  2096.     Left = 8
  2097.     Top = 72
  2098.     Width = 129
  2099.     Height = 273
  2100.     Indent = 19
  2101.     ReadOnly = True
  2102.     TabOrder = 5
  2103.     OnChange = TreeviewChange
  2104.     Items.Data = {
  2105.       03000000230000000000000000000000FFFFFFFFFFFFFFFF0000000003000000
  2106.       0A417070656172616E6365260000000000000000000000FFFFFFFFFFFFFFFF00
  2107.       000000000000000D4578706C6F72657220566965772500000000000000000000
  2108.       00FFFFFFFFFFFFFFFF00000000000000000C4172636869766520566965771C00
  2109.       00000000000000000000FFFFFFFFFFFFFFFF0000000000000000034755492600
  2110.       00000000000000000000FFFFFFFFFFFFFFFF00000000070000000D4D69736365
  2111.       6C6C616E656F75731F0000000000000000000000FFFFFFFFFFFFFFFF00000000
  2112.       0000000006452D4D61696C230000000000000000000000FFFFFFFFFFFFFFFF00
  2113.       000000000000000A45787472616374696F6E210000000000000000000000FFFF
  2114.       FFFFFFFFFFFF0000000000000000084C616E67756167652B0000000000000000
  2115.       000000FFFFFFFFFFFFFFFF00000000000000001246696C65204C697374205072
  2116.       696E74696E67200000000000000000000000FFFFFFFFFFFFFFFF000000000000
  2117.       000007506C7567696E73240000000000000000000000FFFFFFFFFFFFFFFF0000
  2118.       0000000000000B436F6D7072657373696F6E230000000000000000000000FFFF
  2119.       FFFFFFFFFFFF00000000000000000A576562205570646174651F000000000000
  2120.       0000000000FFFFFFFFFFFFFFFF00000000030000000653797374656D25000000
  2121.       0000000000000000FFFFFFFFFFFFFFFF00000000000000000C4173736F636961
  2122.       74696F6E73200000000000000000000000FFFFFFFFFFFFFFFF00000000000000
  2123.       0007466F6C64657273250000000000000000000000FFFFFFFFFFFFFFFF000000
  2124.       00000000000C4170706C69636174696F6E73}
  2125.   end
  2126.   object Applybutton: TButton
  2127.     Left = 392
  2128.     Top = 352
  2129.     Width = 75
  2130.     Height = 25
  2131.     Caption = 'Apply'
  2132.     TabOrder = 6
  2133.     OnClick = ApplybuttonClick
  2134.   end
  2135.   object Opendialog: TOpenDialog
  2136.     Left = 8
  2137.     Top = 56
  2138.   end
  2139.   object Colordialog: TColorDialog
  2140.     Ctl3D = True
  2141.     Left = 40
  2142.     Top = 56
  2143.   end
  2144.   object Http: TIdHTTP
  2145.     Host = 'www.tugzip.com'
  2146.     Request.Accept = 'text/html, */*'
  2147.     Request.ContentLength = 0
  2148.     Request.ContentRangeEnd = 0
  2149.     Request.ContentRangeStart = 0
  2150.     Request.ProxyPort = 0
  2151.     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
  2152.     Left = 72
  2153.     Top = 56
  2154.   end
  2155. end
  2156.